
ul.tab-list{
    backdrop-filter: blur(6px);
    background: hsla(0, 0%, 100%, .7);
    border: 1px solid #fff;
    box-shadow: 0 8px 16px 2px rgba(0,0,0,.1);
    margin-top:-60px;
    height: 80px;
}
ul.tab-list li{
    height: 80px;
    
}
.tab-content .right{border-left:1px solid #dfe2e7;padding-left: 30px;}

.solutions-and-cases > .banner {
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

.solutions-and-cases > .banner > .content {

}

.solutions-and-cases > .banner > .content > h1 {
    
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);

}

.solutions-and-cases > .banner > .content > .brief {
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
}


.solutions-and-cases > .banner > .content > ul.top-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(10px);
}

.solutions-and-cases > .banner > .content > ul.top-list > li > a {
    display: block;
    
    font-weight: 600;
    color: #222222;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solutions-and-cases > .banner > .content > ul.top-list > li > a:hover {
    color: #1875F0;
}

.solutions-and-cases > .banner > .content > ul.top-list > li > .desc {
    font-family: PingFangSC-Regular, PingFang SC;
    color: rgba(0, 0, 0, 0.65);

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solutions-and-cases > main {
    position: relative;
}

.solutions-and-cases > main > .tab-content .content {
    margin-bottom: 24px;
}

.solutions-and-cases > main > .tab-content .content > .section > h4 {
    margin-bottom: 4px;
    font-weight: 500;
    color: #1875F0;
}

.solutions-and-cases > main > .tab-content .content > .section > .body {
    display: grid;
}

.solutions-and-cases > main > .tab-content .content > .section > .body > .item:hover {
    background: #F5F7FA;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
}

.solutions-and-cases > main > .tab-content .content > .section > .body > .item > .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.solutions-and-cases > main > .tab-content .content > .section > .body > .item > .header > .title {
    
    font-weight: 600;
    color: #222222;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solutions-and-cases > main > .tab-content .content > .section > .body > .item:hover .title {
    color: #1875F0;
}

.solutions-and-cases > main > .tab-content .content > .section > .body > .item > .header > .item-mark {
    margin-left: 8px;
    padding: 0 4px;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #e64949;
    border-radius: 2px;
}

.solutions-and-cases > main > .tab-content .content > .section > .body > .item > .desc {
    font-family: PingFangSC-Regular, PingFang SC;
    color: rgba(0, 0, 0, 0.65);

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
    body {
        overflow-x: auto !important;
    }

    .yunlu-header,
    .yunlu-nav {
        min-width: 1200px;
    }

    .solutions-and-cases {
        min-width: 1200px;
    }

    .solutions-and-cases > .banner {
        background-size: 1920px auto;
    }

    .solutions-and-cases.solutions > .banner {
        background-image: url(../image/banner-solution-pc.png);
    }

    .solutions-and-cases.cases > .banner {
        background-image: url(../image/banner-case-pc.png);
    }

    .solutions-and-cases > .banner > .content {
        width: 1200px;
        margin: 0 auto;
    }

    .solutions-and-cases > .banner > .content > h1 {
        padding-top: 88px;

        font-size: 44px;
        line-height: 66px;
    }

    .solutions-and-cases > .banner > .content > .brief {
        padding-top: 16px;

        font-size: 14px;
        line-height: 24px;
    }

    .solutions-and-cases > .banner > .content > .search {
        width: 550px;
        height: 52px;
        margin-top: 24px;
        border-radius: 4px;
    }

    .solutions-and-cases > .banner > .content > ul.top-list {
        margin-top: 32px;
        border-radius: 4px;
    }

    .solutions-and-cases > .banner > .content > ul.top-list > li {
        width: 33.33%;
        padding: 32px;
    }

    .solutions-and-cases > .banner > .content > ul.top-list > li > a {
        min-height: 26px;
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 26px;
    }

    .solutions-and-cases > .banner > .content > ul.top-list > li > .desc {
        min-height: 22px;
        font-size: 14px;
        line-height: 22px;
    }

    .solutions-and-cases > main {
        width: 1200px;
        margin: 0 auto;
        padding: 16px 0;
    }

    .solutions-and-cases > main > ul.tab-list {
        display: flex;
        position: sticky;
        top: 0;
        /*background-color: #FFFFFF;*/
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
        z-index: 2;
    }

    .solutions-and-cases > main > .line {
        width: 100%;
        height: 1px;
        margin-top: -1px;
        background-color: #E8E9EB;
    }

    .solutions-and-cases > main > ul.tab-list > li {
        flex: 1;
        padding: 22px 0 24px;
        min-height: 28px;
        text-align: center;
        font-size: 20px;
        
        font-weight: 600;
        color: rgba(0, 0, 0, 0.85);
        line-height: 28px;
        border-bottom: 2px solid transparent;
        cursor: pointer;
    }

    .solutions-and-cases > main > ul.tab-list > li.active {
        color: #1875F0;
        border-bottom-color: #1875F0;
    }

    .solutions-and-cases > main > ul.tab-list > li:hover {
        color: #1875F0;
    }

    .solutions-and-cases > main > .tab-content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        padding-top: 32px;
        column-gap: 20px;
    }

    .solutions-and-cases > main > .tab-content > .left {
        position: sticky;
        top: 102px;
        width: 208px;
        flex: none;
    }

    .solutions-and-cases > main > .tab-content > .right {
        flex: 1;
    }

    .solutions-and-cases > main > .tab-content ul.sidebar {
        display: none;
    }

    .solutions-and-cases > main > .tab-content ul.sidebar > li {
        display: flex;
        padding: 20px 20px 20px 32px;
        border-left: 4px solid transparent;
        cursor: pointer;

        font-size: 18px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.65);
        line-height: 26px;
    }

    .solutions-and-cases > main > .tab-content ul.sidebar > li.active {
        color: #0058C7;
        background: linear-gradient(90deg, rgba(1, 88, 199, 0.1) 0%, rgba(1, 88, 199, 0) 100%);
        border-left-color: #0058C7;
    }

    .solutions-and-cases > main > .tab-content ul.sidebar > li:hover {
        color: #0058C7;
    }

    .solutions-and-cases > main > .tab-content .content {
        display: none;
    }

    .solutions-and-cases > main > .tab-content .content > .section > h4 {
        min-height: 34px;
        padding: 0 20px;
        font-size: 22px;
        line-height: 34px;
        font-weight: 700;
        padding-bottom: 20px;
        border-bottom: 1px solid #dfe2e7;
    }

    .solutions-and-cases > main > .tab-content .content > .section > .body {
        grid-template-columns: repeat(2, 1fr);
    }

    .solutions-and-cases > main > .tab-content .content > .section > .body > .item {
        padding: 24px;
    }

    .solutions-and-cases > main > .tab-content .content > .section > .body > .item > .header {
        padding-bottom: 8px;
    }

    .solutions-and-cases > main > .tab-content .content > .section > .body > .item > .header > .title {
        max-width: 380px;
        min-height: 22px;
        font-size: 14px;
        line-height: 22px;
    }

    .solutions-and-cases > main > .tab-content .content > .section > .body > .item > .desc {
        min-height: 44px;
        font-size: 14px;
        line-height: 22px;
    }

    .solutions-and-cases .mobile-menu {
        display: none;
    }

    .solutions-and-cases .mobile-menu-wrapper {
        display: none;
    }
}


@media (max-width: 767px) {
    .solutions-and-cases {
        padding-top: 0px;
        margin-top: -23px;
    }

    .solutions-and-cases > .banner {
        background-size: 100% auto;
    }

    .solutions-and-cases.solutions > .banner {
        background-image: url(../image/banner-solution-mobile.png);
    }

    .solutions-and-cases.cases > .banner {
        background-image: url(../image/banner-case-mobile.png);
    }

    .solutions-and-cases > .banner > .content {
        padding: 0 12px;
    }

    .solutions-and-cases > .banner > .content > h1 {
        padding: 20px 8px 0;

        font-size: 25px;
        line-height: 38px;
    }

    .solutions-and-cases > .banner > .content > .brief {
        padding: 6px 78px 0 8px;

        font-size: 12px;
        line-height: 18px;
    }

    .solutions-and-cases > .banner > .content > .search {
        height: 40px;
        margin-top: 6px;
        border-radius: 2px;
    }

    .solutions-and-cases > .banner > .content > ul.top-list {
        margin-top: 16px;
        border-radius: 2px;
    }

    .solutions-and-cases > .banner > .content > ul.top-list > li {
        width: 100%;
        padding: 20px 16px;
    }

    .solutions-and-cases > .banner > .content > ul.top-list > li > a {
        min-height: 16px;
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 16px;
    }

    .solutions-and-cases > .banner > .content > ul.top-list > li > .desc {
        min-height: 18px;
        font-size: 12px;
        line-height: 18px;
    }

    .solutions-and-cases > main {
        width: 100%;
        padding-top: 24px;
    }

    .solutions-and-cases > main > .tab-content {
        padding-top: 20px;
    }

    .solutions-and-cases > main > .tab-content > .right {
        padding: 0 12px;
    }

    .solutions-and-cases > main > .tab-content .content > .section > h4 {
        padding: 0 8px;
        min-height: 21px;
        font-size: 15px;
        line-height: 21px;
    }

    .solutions-and-cases > main > .tab-content .content > .section > .body {
        grid-template-columns: repeat(1, 1fr);
    }

    .solutions-and-cases > main > .tab-content .content > .section > .body > .item {
        padding: 12px;
    }

    .solutions-and-cases > main > .tab-content .content > .section > .body > .item > .header {
        padding-bottom: 4px;
    }

    .solutions-and-cases > main > .tab-content .content > .section > .body > .item > .header > .title {
        max-width: 280px;
        min-height: 20px;
        font-size: 12px;
        line-height: 20px;
    }

    .solutions-and-cases > main > .tab-content .content > .section > .body > .item > .desc {
        min-height: 36px;
        font-size: 12px;
        line-height: 18px;
    }

    .solutions-and-cases .mobile-menu-wrapper {
        position: sticky;
        top: 0;
    }

    .solutions-and-cases .mobile-nav {
        display: flex;
        width: 100%;
        max-height: 53px;
        box-shadow: 0 8px 20px 0 rgba(0, 88, 199, 0.1);
    }

    .solutions-and-cases .mobile-nav > div {
        display: flex;
        align-items: center;
        font-size: 14px;
        
        line-height: 21px;
    }

    .solutions-and-cases .mobile-nav > .level1 {
        flex: 1;
        padding: 16px;

        font-weight: 600;
        color: rgba(0, 0, 0, 0.85);
        background-color: #FFFFFF;
    }

    .solutions-and-cases .mobile-nav > .level2 {
        justify-content: center;
        min-width: 94px;
        max-width: 130px;
        padding: 16px 0;

        font-weight: 500;
        color: #FFFFFF;
        background-color: #0058C7;
    }

    .solutions-and-cases .mobile-nav > .icon {
        display: flex;
        flex: none;
        width: 42px;

        background-size: 16px 16px;
        background-position: 8px center;
        background-repeat: no-repeat;
        background-color: #0058C7;
    }

    .solutions-and-cases .mobile-nav > .icon {
        background-image: url(../images/list-mobile.png);
    }

    .solutions-and-cases .mobile-nav > .icon.active {
        background-image: url(../image/close-mobile.png);
    }

    .solutions-and-cases .mobile-menu {
        display: none;
        position: absolute;
        width: 100%;
        height: calc(100vh - 52px);
        padding-top: 6px;
        background-color: #FFFFFF;
    }

    .solutions-and-cases .mobile-menu.active {
        display: flex;
        column-gap: 16px;
    }

    /* 在移动端隐藏 */
    .solutions-and-cases > main > ul.tab-list {
        display: none;
    }

    /* 在移动端隐藏 */
    .solutions-and-cases > main > .tab-content > .left {
        display: none;
    }

    .solutions-and-cases .mobile-menu > ul.tab-list {
        max-width: 60%;
        height: 100%;
        padding: 8px 0;
        background-color: #F5F5F5;
        box-shadow: 4px 0 10px 0 rgba(0, 88, 199, 0.1);

    }

    .solutions-and-cases .mobile-menu > ul.tab-list > li {
        padding: 10px 12px;
        font-size: 14px;
        font-weight: 500;
        border-left: 3px solid transparent;
    }

    .solutions-and-cases .mobile-menu > ul.tab-list > li.active {
        background-color: #FFFFFF;
        border-left-color: #0058C7;
        color: rgba(0, 0, 0, 0.85);
        line-height: 20px;
    }

    .solutions-and-cases .mobile-menu > .left {
        flex: 1;
        height: 100%;
        padding: 12px 8px;
        background-color: #FFFFFF;
    }

    .solutions-and-cases .mobile-menu > .left li {
        display: block;
        margin: 4px 0;
        padding: 5px 0;
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.85);
        line-height: 20px;
    }
}